home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / recipe.sit / Recipe Box / background_10998.txt < prev    next >
Encoding:
Text File  |  1988-08-19  |  3.5 KB  |  184 lines

  1. -- background: 10998 from stack: in
  2. -- bmap block id: 14982
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=225 top=287 right=312 bottom=252
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe up
  23.   go to previous card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=270 top=287 right=312 bottom=297
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1013 / 1013
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect wipe down
  43.   go to next card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=10 top=293 right=331 bottom=51
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 20098 / 20098
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Home
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect iris close
  63.   go home
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=64 top=291 right=330 bottom=106
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 32670 / 32670
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   show all cards
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=110 top=289 right=335 bottom=158
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 1007 / 1007
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: ImageWriter
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   doMenu "Print Card"
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 7 (button)
  107. -- low flags: 00
  108. -- high flags: A003
  109. -- rect: left=314 top=312 right=334 bottom=409
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Find
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   doMenu "Find..."
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 8 (button)
  126. -- low flags: 00
  127. -- high flags: 8003
  128. -- rect: left=313 top=288 right=310 bottom=406
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Index
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   go to first card
  140. end mouseUp
  141.  
  142.  
  143.  
  144. -- part 9 (button)
  145. -- low flags: 00
  146. -- high flags: 0000
  147. -- rect: left=422 top=284 right=312 bottom=459
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 1012 / 1012
  150. -- text alignment: 1
  151. -- font id: 0
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: Return
  156. ----- HyperTalk script -----
  157. on mouseUp
  158.   pop card -- pop this card off of the stack
  159.   visual effect iris close
  160.   pop card
  161. end mouseUp
  162.  
  163.  
  164.  
  165. -- part 10 (button)
  166. -- low flags: 00
  167. -- high flags: 0000
  168. -- rect: left=422 top=284 right=312 bottom=459
  169. -- title width / last selected line: 0
  170. -- icon id / first selected line: 1012 / 1012
  171. -- text alignment: 1
  172. -- font id: 0
  173. -- text size: 12
  174. -- style flags: 0
  175. -- line height: 16
  176. -- part name: Return
  177. ----- HyperTalk script -----
  178. on mouseUp
  179.   pop card -- pop this card off of the stack
  180.   visual effect iris close
  181.   pop card
  182. end mouseUp
  183.  
  184.